home *** CD-ROM | disk | FTP | other *** search
- 186
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- AddSysItems
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baAddSysItems is a function which adds the system menu, minimise and maximise
- --- RECORDSEPARATOR ---
- buttons to a window.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baAddSysItems( WindowHandle, SystemMenu, MinBox, MaxBox )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer, Integer, Integer, Integer.
- --- RECORDSEPARATOR ---
- WindowHandle is the handle of the window to change.
- --- RECORDSEPARATOR ---
- If SystemMenu is true, the system menu is added.
- --- RECORDSEPARATOR ---
- If MinBox is true, the minimize button is added.
- --- RECORDSEPARATOR ---
- If MaxBox is true, the maximize button is added.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baAddSysItems(baWinHandle() , false , true , false )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baAddSysItems(baWinHandle() , false , true , false )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Use this function with care. Some windows do not react kindly to having their
- --- RECORDSEPARATOR ---
- window style changed. Some windows will ignore this call.
- --- RECORDSEPARATOR ---
- This function is limited in 32 bit Windows - only the Director/Authorware window
- --- RECORDSEPARATOR ---
- can be changed, and you can only have all the items or none of the items.